home *** CD-ROM | disk | FTP | other *** search
- Short: Quicksort cli-command
- Author: joerg riemer <joerg_riemer@freenet.de>
- Uploader: joerg riemer <joerg_riemer@freenet.de>
- Type: util/cli
- Version: 1.1
- Date: 15.09.2003
- Requires: Kickstart V37+
- Keywords: sort, quicksort, assembler
-
- QSort, a CLI-command especially to sort big files in a very short time.
- it's written to be as fast as possible. for that reason QSort requires
- a bit memory when sorting a file [(filesize * 2) + (# of lines * 16)].
-
- TEMPLATE:
-
- FROM/A: path/filename of source file
- TO/A: path/filename of destination file
- CS=COLSTART/K/N: number of colum QSort starts comparing each line
- S=SKIP/N: number of lines to skip from start of file
- C=CASE/S: sort file case-sensitive
- R=REVERSE/S: sort file in reverse order
- LM=LESSMEM/S: force QSort to use less memory when saving sorted file
-
- QSort is written in assembler. (sourcecode included)
-
- please, is there anyone using this small piece of software,
- let me know. i'm open for any suggestion, hint, tip and/or
- question. THANKS!!!!
-
-
- joerg...
-
-